ostree.git
2011-12-22 Colin Walterscore: Add some more sanity checks to pull when parsing...
2011-12-22 Colin Walterscore: Preemptively error out on paths longer than PATH_MAX
2011-12-22 Colin Walterscore: Allow / in ref names like git does
2011-12-22 Colin Waltersgnomeos: Update yocto commit script for new commit...
2011-12-22 Colin Walterscore: Use global random object
2011-12-22 Colin Walterscore: Drop unix::is-mountpoint from fast queryinfo...
2011-12-22 Colin Walterscore: Use GFile for repo constructor API, and a bit...
2011-12-22 Colin Walterscore: Add --recompose option for compose
2011-12-22 Colin Walterscore: Change compose to operate purely in-memory
2011-12-22 Colin Walterscore: Allow specifying a previous commit tree as a...
2011-12-21 Colin Walterscore: Expose more details of commit via API
2011-12-21 Colin Walterscore: Add omitted mutable tree files
2011-12-21 Colin Walterscore: Rename "store" public APIs to "stage" since that...
2011-12-21 Colin Walterscore: Make OstreeRepoFile "public"
2011-12-21 Colin Walterscore: Add new "mutable tree" class, use it for tar...
2011-12-21 Colin Walterscore: Remove dead code from OstreeRepoFile
2011-12-21 Colin Waltersostbuild: Separate metadata discovery, kill wrapper...
2011-12-20 Colin Waltersostbuild: In chroot build, reuse source directory basename
2011-12-20 Colin Waltersostbuild: Ensure private libraries are in runtime,...
2011-12-20 Colin Walterscore: Support committing multiple tarballs in the same...
2011-12-20 Colin Waltersgnomeos: Rename images to "runtime" and "devel"
2011-12-20 Colin Waltersostbuild: Flesh out chroot build to use ostbuild-user...
2011-12-20 Colin Waltersgnomeos: Pull in ostree from working copy directly
2011-12-18 Colin Walterscore: Install unversioned .so, and kill .la file
2011-12-18 Colin Walterscore: Support --owner-uid and --owner-gid options for...
2011-12-18 Colin Walterstests: Ensure we quote grep pattern
2011-12-15 Colin Walterscore: In user mode checkouts of archives, use hard...
2011-12-15 Colin Walterscore: Fix a few memory leaks
2011-12-15 Colin Waltersgnomeos: Don't make device files
2011-12-15 Colin Walterscore: INCOMPATIBLE CHANGE: Split archive files in two...
2011-12-15 Colin Walterscore: Don't insert null byte in temporary file names
2011-12-15 Colin Walterscore: Add utility functions to convert a OstreeObjectTy...
2011-12-12 Colin Walterscore: INCOMPATIBLE CHANGE: Name repo files with their...
2011-12-12 Colin Waltersosbuild: Make a MS_NOSUID bind mount over /
2011-12-08 Colin Walterscore: Initialize variables in fsck
2011-12-08 Colin Walterscore: Change fsck to use packfile parsing API
2011-12-08 Colin Walterscore: s/pack/archived/
2011-12-08 Colin Walterscore: Make ot_transfer_out_value() take a & for the...
2011-12-08 Colin Walterscore: INCOMPATIBLE CHANGE: Rename .packfile to .archive
2011-12-08 Colin Walterscore: Switch is_archive to an enumeration
2011-12-08 Colin Walterscore: Delete some dead code
2011-12-08 Colin Walterscore: Clean up checkout code
2011-12-07 Colin Waltersuser-chroot: Add --unshare-pid, --unshare-net, and...
2011-12-07 Colin Waltersostbuild: Add --unshare-ipc flag for user-chroot
2011-12-07 Colin Walterscore: Add -U option for checkout to skip lchown() and...
2011-12-07 Colin Walterscore: Ensure we chown created directories too
2011-12-07 Colin Walterscore: Remove some useless wrapping of packfile unpackin...
2011-12-07 Colin Waltersostbuild: Compile and install ostbuild-user-chroot
2011-12-07 Colin Waltersostbuild: Also allow making directories read-only
2011-12-06 Colin Waltersostbuild: Clarify "safely" for user-chroot
2011-12-06 Colin Waltersostbuild: Recursively make mount points private
2011-12-06 Colin Waltersostbuild: Allow binding arbitrary directories, don...
2011-12-06 Colin Waltersostbuild: Ensure user chroot mounts are not shared
2011-12-06 Colin Waltersostbuild: Update user-chroot to bind mount /proc and...
2011-12-05 Colin Walterscore: Major cleanup to internal import API
2011-12-05 Colin Walterscore: Further unify code for importing from local FS...
2011-12-05 Colin Walterscore: Ensure we initialize checksum in FIFO case too
2011-12-05 Colin Walterscore: Add _from_input variant of checksum API
2011-12-04 Colin Waltersostbuild: ostbuild-user-chroot: New Linux-specific...
2011-12-04 Colin Waltersgnomeos: Make run script transparently update existing...
2011-12-04 Colin Waltersgnomeos: commit-yocto-build.sh: Directly import tar...
2011-12-04 Colin Walterscore: Fix handling of hardlinks for tar commits
2011-12-04 Colin Walterscore: Support for committing from any libarchive-suppor...
2011-12-04 Colin Walterscore: Fix a memory leak in checkout
2011-12-04 Colin Walterscore: Handle NULL xattrs in packfile generation, throw...
2011-12-04 Colin Walterscore: Correctly map S_ISDIR to G_FILE_TYPE_DIRECTORY
2011-12-04 Colin Walterscore: Clean up filename utility API
2011-12-04 Colin Walterscore: Initialize checksums for non-regular files, handl...
2011-12-03 Colin Walterscore: Delete some dead utility code
2011-12-02 Colin Walterscore: New ot_transfer_out_value() macro
2011-12-02 Colin Walterscore: Ensure we clean up leftover directories during...
2011-12-02 Colin Walterscore: Fix packed file creation
2011-12-02 Colin Walterscore: Don't use g_file_delete(), it calls into g_vfs_ge...
2011-12-02 Colin Walterscore: Avoid reading regular file data twice when archiving
2011-12-02 Colin Walterscore: Further unify API to create files
2011-12-02 Colin Walterscore: Use g_io_error_from_errno() to ensure we have...
2011-12-02 Colin Walterscore: Move pack file parsing into core, add ostree_crea...
2011-12-02 Colin Walterscore: Tweak dir metadata importing code for libarchive...
2011-12-02 Colin Walterscore: Modify pack file importer to also optionally...
2011-12-02 Colin Walterscore: Add ot_gfile_create_tmp_symlink()
2011-12-01 Colin Walterscore: Propagate GCancellable a bit from the import...
2011-12-01 Colin Walterscore: Drop some dead code from packfile writing, expose...
2011-12-01 Colin Walterscore: Extract stage_and_checksum() internal API
2011-12-01 Colin Walterscore: Add ot_gfile_create_tmp() to utils, use it
2011-12-01 Colin Waltersrepo: Don't call g_hash_table_destroy on a NULL hash
2011-11-30 Colin Walterscore: Split pull functionality into separate ostree...
2011-11-29 Colin Walterscore: Make libostree.so an installed library
2011-11-29 Colin Waltersostbuild: Relicense under LGPLv2+, tweak artifact gener...
2011-11-29 Colin Walterscore: Use ot_clear_checksum()
2011-11-29 Colin Waltersotutil: New utility functions
2011-11-29 Colin Walterscore: Remove an unused variable
2011-11-29 Colin Walterscore: checksum builtin: Actually quit main loop on...
2011-11-28 Colin Walterscore: Make commit always operate on directory contents...
2011-11-28 Colin Walterscore: Some tweaks to ls output
2011-11-28 Colin Waltersgnomeos: Switch to using pseudo for commits
2011-11-28 Colin Waltersgnomeos: Pull in pseudo into -dev image
2011-11-28 Colin Waltersostbuild: Don't run fakeroot if we are root
2011-11-28 Colin Walterscore: Fix a compiler warning
2011-11-28 Colin Walterscore: Add ls builtin
2011-11-27 Colin Walterscore: Don't default to "master" for show, there is...
next